home *** CD-ROM | disk | FTP | other *** search
/ Keith Rowland's Guide to the Wacky Wild Web / ROWLAND.ISO / pc / wacky2.swf / scripts / DefineButton2_155 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2003-02-04  |  145 b   |  9 lines

  1. on(rollOver){
  2.    if(jester.spring < 100)
  3.    {
  4.       jester.spring += 10;
  5.       spring.spring += 10;
  6.       jester.tongue.wiggle();
  7.    }
  8. }
  9.